home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / cmds / grep / Makefile < prev    next >
Makefile  |  1989-12-19  |  1KB  |  41 lines

  1. #
  2. # Prototype Makefile for cmds/* directories.  It permits the command to
  3. # be compiled for multiple target machines, with one subdirectory of
  4. # the form "sun2.md" that holds the object files and machine-specific
  5. # sources (if any) for each target machine.
  6. #
  7. # This Makefile is automatically generated.
  8. # DO NOT EDIT IT OR YOU MAY LOSE YOUR CHANGES.
  9. #
  10. # Generated from /sprite/lib/mkmf/Makefile.command
  11. # Tue Dec 19 20:23:04 PST 1989
  12. #
  13. # For more information, refer to the mkmf manual page.
  14. #
  15. # $Header: /sprite/lib/mkmf/RCS/Makefile.command,v 1.8 89/10/09 21:28:13 rab Exp $ SPRITE (Berkeley)
  16. #
  17. # Allow mkmf
  18.  
  19. MACHINES    = ds3100 sun3 sun4
  20. MAKEFILE    = Makefile
  21. MANPAGES    = grep.man
  22. NAME        = grep
  23. SYSMAKEFILE    = command.mk
  24. TM                ?= $(MACHINE)
  25. TYPE        = sprite
  26. DISTDIR        ?= /dist/sprite/src/cmds/grep
  27.  
  28. #if exists($(TM).md/md.mk)
  29. #include    "$(TM).md/md.mk"
  30. #endif
  31.  
  32. #if exists(local.mk)
  33. #include    "local.mk"
  34. #else
  35. #include    <$(SYSMAKEFILE)>
  36. #endif
  37.  
  38. #if exists($(TM).md/dependencies.mk)
  39. #include    "$(TM).md/dependencies.mk"
  40. #endif
  41.